You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > VectorInt Structure > VectorInt Operators > VectorInt Constructor > VectorInt.VectorInt Constructor ([In] TVecInt)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
VectorInt.VectorInt Constructor ([In] TVecInt)

Uses TVecInt object as internal storage.

Syntax
C#
Visual Basic
public VectorInt([In] TVecInt Src);

The resulting Vector will own Src object of TVecInt type and will release it once Vector gets out of scope.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!